Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<T> Class / InsertRangeAsync Method

In This Topic
    InsertRangeAsync Method (C1WrapDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function InsertRangeAsync( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of T), _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)

    Parameters

    startingIndex
    items
    cancellationToken
    See Also